bitkeeper revision 1.1159.1.349 (4188e2cbR6doktD-yeswH0_Zif5mIQ)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 3 Nov 2004 13:53:15 +0000 (13:53 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 3 Nov 2004 13:53:15 +0000 (13:53 +0000)
merge

Makefile

index 66d2db6afa37b7e17f643ee16c6feff022a1073e..615191c8fe18e246611b292f288c3ee8b5fcd19a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,9 @@ all:  dist
 
 # build and install everything into local dist directory
 dist:  xen tools kernels docs
+       install -m0644 ./COPYING $(DIST_DIR)
+       install -m0644 ./README $(DIST_DIR)
+       install -m0755 ./install.sh $(DIST_DIR)
 
 # install everything into the standard system directories
 # NB: install explicitly does not check that everything is up to date!
@@ -65,7 +68,7 @@ mkpatches:
 world: 
        $(MAKE) clean
        $(MAKE) kdelete
-       $(MAKE) all
+       $(MAKE) dist
 
 # clean doesn't do a kclean
 clean: